Query.disable_capture

Disable a certain capture within a query.

This prevents the capture from being returned in matches, and also avoids any resource usage associated with recording the capture. Currently, there is no way to undo this.

struct Query
void
disable_capture
()

Meta